home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / dbus.conf < prev    next >
Text File  |  2009-09-30  |  438b  |  24 lines

  1. # dbus - D-Bus system message bus
  2. #
  3. # The D-Bus system message bus allows system daemons and user applications
  4. # to communicate.
  5.  
  6. description    "D-Bus system message bus"
  7.  
  8. start on local-filesystems
  9. stop on runlevel [06]
  10.  
  11. expect fork
  12. respawn
  13.  
  14. pre-start script
  15.     mkdir -p /var/run/dbus
  16.     chown messagebus:messagebus /var/run/dbus
  17.  
  18.     exec dbus-uuidgen --ensure
  19. end script
  20.  
  21. exec dbus-daemon --system --fork
  22.  
  23. post-start exec kill -USR1 1
  24.